conditional branching

英 [kənˈdɪʃənl ˈbrɑːntʃɪŋ] 美 [kənˈdɪʃənl ˈbræntʃɪŋ]

网络  条件分支; 条件分支语句

计算机



双语例句

  1. Each process has a different set of logical steps for conditional branching to another process, application, collection, or user experience.
    每个流程都有一组不同的逻辑步骤,用于在一定条件下转到另一个进程、应用程序、集合或用户体验。
  2. The following line of C code shows conditional branching
    下面的C代码行表示了条件转移
  3. When doing conditional branching, passing values to functions, returning a value from a function, and several other scenarios, the value in the preferred slot is the one that matters.
    当进行条件分支、向函数传递值、从函数返回值以及其他操作时,首选槽内的值才是关键的。